From: Ben Kibbey Date: Tue, 30 Sep 2025 03:20:09 +0000 (-0700) Subject: openvpn: add peer-fingerprint support X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=10ac81b9aaf80d26bf552241291d4d15dd46188b;p=feed%2Fpackages.git openvpn: add peer-fingerprint support This lets the --peer-fingerprint openvpn option be parsed which requires a client TLS certificate fingerprint (colon separated SHA256 hash) to match one specified in the option argument, during authentication. Signed-off-by: Ben Kibbey --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 8202c2de3d..64dad4fbae 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.6.14 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ diff --git a/net/openvpn/files/openvpn.options b/net/openvpn/files/openvpn.options index ef4a920e97..5ccc33236c 100644 --- a/net/openvpn/files/openvpn.options +++ b/net/openvpn/files/openvpn.options @@ -70,6 +70,7 @@ mssfix mtu_disc mute nice +peer_fingerprint ping ping_exit ping_restart